home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 1 / BBS in a box - Trilogy I.iso / Files / Publish / Photoshop / Plug-in Modules / Code / PIUtilities.r < prev    next >
Encoding:
Text File  |  1993-04-28  |  1.6 KB  |  78 lines  |  [TEXT/MPS ]

  1. /******************************************************************************/
  2.  
  3. resource 'ALRT' (16997, purgeable)
  4.     {
  5.     {0, 0, 120, 320},
  6.     16997,
  7.         {
  8.         OK, visible, sound1;
  9.         OK, visible, sound1;
  10.         OK, visible, sound1;
  11.         OK, visible, sound1
  12.         }
  13.     };
  14.  
  15. resource 'DITL' (16997, purgeable)
  16.     {
  17.         {
  18.         {80, 210, 100, 280},  Button { enabled, "OK" },
  19.         {10, 20, 42, 52},      Icon { disabled, 0 },
  20.         {10, 62, 58, 300},      StaticText { disabled,
  21.                               "This plug-in requires Adobe Photoshop™ 2.5 or "
  22.                               "later functionality." }
  23.         }
  24.     };
  25.  
  26. /******************************************************************************/
  27.  
  28. resource 'ALRT' (16998, purgeable)
  29.     {
  30.     {0, 0, 120, 320},
  31.     16998,
  32.         {
  33.         OK, visible, sound1;
  34.         OK, visible, sound1;
  35.         OK, visible, sound1;
  36.         OK, visible, sound1
  37.         }
  38.     };
  39.  
  40. resource 'DITL' (16998, purgeable)
  41.     {
  42.         {
  43.         {80, 210, 100, 280},  Button { enabled, "OK" },
  44.         {10, 20, 42, 52},      Icon { disabled, 0 },
  45.         {10, 62, 58, 300},      StaticText { disabled,
  46.                               "This plug-in is incompatible with this version "
  47.                               "of the host program." }
  48.         }
  49.     };
  50.  
  51. /******************************************************************************/
  52.  
  53. resource 'ALRT' (16999, purgeable)
  54.     {
  55.     {0, 0, 120, 320},
  56.     16999,
  57.         {
  58.         OK, visible, sound1;
  59.         OK, visible, sound1;
  60.         OK, visible, sound1;
  61.         OK, visible, sound1
  62.         }
  63.     };
  64.  
  65. resource 'DITL' (16999, purgeable)
  66.     {
  67.         {
  68.         {80, 210, 100, 280},  Button { enabled, "OK" },
  69.         {10, 20, 42, 52},      Icon { disabled, 0 },
  70.         {10, 62, 58, 300},      StaticText { disabled,
  71.                               "This plug-in requires Adobe Photoshop™ 2.5.1 or "
  72.                               "later functionality." }
  73.         }
  74.     };
  75.  
  76. /******************************************************************************/
  77.  
  78.